ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / ListBox<T> Class / OnClientFormatItem Property

In This Topic
    OnClientFormatItem Property (ListBox<T>)
    In This Topic
    Occurs when an element representing a list item has been created.
    Syntax
    'Declaration
     
    Public Property OnClientFormatItem As String
    public string OnClientFormatItem {get; set;}
    Remarks
    This event can be used to format list items for display.
    See Also